home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / grafix / 3d / dust / dusthelp / calc < prev    next >
Text File  |  1996-02-26  |  331b  |  10 lines

  1.   COMMAND CALC or .
  2. -----------------------------------------------------------------
  3.     Purpose: calculate mathematical expressions or define new
  4.              global variables
  5.       Usage: CALC(<expression>) or .<expression>
  6.    Examples: calc("3*sin(pi/8)")
  7.              .a=3/5
  8.              .b=a*sin(45)
  9.              calc("b+a")
  10.